Q3NURBPatch_Submit
You can use theQ3NURBPatch_Submit
function to submit an immediate NURB patch for drawing, picking, bounding, or writing.
TQ3Status Q3NURBPatch_Submit ( const TQ3NURBPatchData *nurbPatchData, TQ3ViewObject view);
nurbPatchData
- A pointer to a
TQ3NURBPatchData
structure.view
- A view.
DESCRIPTION
TheQ3NURBPatch_Submit
function submits for drawing, picking, bounding, or writing the immediate NURB patch whose shape and attribute set are specified by thenurbPatchData
parameter. The NURB patch is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.